home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 17 / pc_cai2.zip / README.BAT < prev    next >
DOS Batch File  |  1991-04-24  |  959b  |  20 lines

  1. echo off
  2. cls
  3. echo PC-CAI is a computer assisted learning language that allows you to
  4. echo write tutorials, tests, rolling demos etc. This disk contains an install
  5. echo program that will load PC-CAI onto your hard disk or floppy. You must
  6. echo have about 350K of space on your disk for the install to be successful.
  7. echo ──────────────────────────────────────────────────────────────────────
  8. echo To install the program enter the command INSTALL, then follow directions.
  9. echo ────────────────────────────────────────────────────────────────────── 
  10. echo To print documentation on disk, use the command PRINTDOC filename.doc 
  11. echo For example, to print the condensed manual named CAI.DOC, enter 
  12. echo      
  13. echo PRINTDOC CAI.DOC 
  14. echo   
  15. echo The "DOC" files on this disk are:
  16. echo ────────────────────────────────────────────────────────────────────── 
  17. DIR *.DOC 
  18. echo ────────────────────────────────────────────────────────────────────── 
  19.  
  20.